Uses of Class
org.eclipse.vtp.framework.interactions.core.configurations.BridgeMessageConfiguration

Packages that use BridgeMessageConfiguration
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.interactions.core.conversation   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of BridgeMessageConfiguration in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type BridgeMessageConfiguration
BridgeMessageAction(IActionContext context, IConversation conversation, BridgeMessageConfiguration configuration)
          Creates a new BranchMessageAction.
 

Uses of BridgeMessageConfiguration in org.eclipse.vtp.framework.interactions.core.conversation
 

Methods in org.eclipse.vtp.framework.interactions.core.conversation with parameters of type BridgeMessageConfiguration
 IBridgeMessage IConversation.createBridgeMessage(BridgeMessageConfiguration configuration, java.lang.String resultParameterName)
           
 

Uses of BridgeMessageConfiguration in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services with parameters of type BridgeMessageConfiguration
 IBridgeMessage Conversation.createBridgeMessage(BridgeMessageConfiguration configuration, java.lang.String resultParameterName)